/ServiceName:<Name> |
Specifies an alternate service name. If not specified the default value of "Fortitude HTTP" is used.
Note: The service name is used for process synchronization and must therefor be unique amongst all
running instances, even when running standalone.
|
/Data:<Path> |
Specifies an alternate path for configuration files. This allows you to run many instances of FortitudeHTTP with various configurations. In this way you can also provide compartmentalization and/or fault tolerance. |
/ManagePort:<Port> |
Specifies an alternate port number to bind the server management interface to. |
/NoManage |
Disables the server's internal management interface and prevents the server from binding the management port. |
/RunService |
This parameter is passed to the server when it is run as a service from the Widnows Service Manager MMC and it's use is not supported outside of this scope. |
/StandAlone |
Forces the server to run as a standalone entity without running as a service. |
/Delete |
Deletes the service from the windows Services Manager. |
/Start |
Starts the service. |
/SilentStart |
Starts the service without displaying any informational or error messages. |
/VerboseStart |
Starts the service and displays verbose messages. |
/Stop |
Stops the service. |
/SilentStop |
Stops the service without displaying any informational or error messages. |
/VerboseStop |
Stopps the service and displays verbose messages. |